POST api/App/PricingPlan?StripeCallbackUrl={StripeCallbackUrl}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StripeCallbackUrl | string |
Required |
Body Parameters
AccountsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountKey | integer |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| AccountType | integer |
None. |
|
| AccountName | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| Country | string |
None. |
|
| AccountEmail | string |
None. |
|
| AccountPhone | string |
None. |
|
| AccountPhoneCode | string |
None. |
|
| Website | string |
None. |
|
| AccountStatus | integer |
None. |
|
| Category | string |
None. |
|
| RegType | string |
None. |
|
| ReferKey | globally unique identifier |
None. |
|
| MetaData | string |
None. |
|
| IsIpRestrict | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| DeletedOn | date |
None. |
|
| DeletedBy | globally unique identifier |
None. |
|
| ValidFrom | date |
None. |
|
| ValidTo | date |
None. |
|
| PrimaryContactId | globally unique identifier |
None. |
|
| SessionStripeId | string |
None. |
|
| LocationName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountKey": 1,
"AccountId": "cb8c53fa-9627-43e7-a869-7aaf9ce9b33a",
"AccountType": 1,
"AccountName": "sample string 1",
"Address": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"ZipCode": "sample string 5",
"Country": "sample string 6",
"AccountEmail": "sample string 7",
"AccountPhone": "sample string 8",
"AccountPhoneCode": "sample string 9",
"Website": "sample string 10",
"AccountStatus": 1,
"Category": "sample string 11",
"RegType": "sample string 12",
"ReferKey": "0186fbf2-1854-4141-8bf9-135cd7b21b37",
"MetaData": "sample string 13",
"IsIpRestrict": true,
"CreatedOn": "2026-07-12T19:16:29.6349822+00:00",
"CreatedBy": "f3260471-5c61-410d-9cfb-a3ecd4b83378",
"ModifiedOn": "2026-07-12T19:16:29.6349822+00:00",
"ModifiedBy": "bf72c37e-abe4-49fb-8d51-7b70416fca81",
"DeletedOn": "2026-07-12T19:16:29.6349822+00:00",
"DeletedBy": "b95d9beb-0568-44e7-9ef4-5d79a7f6afe6",
"ValidFrom": "2026-07-12T19:16:29.6349822+00:00",
"ValidTo": "2026-07-12T19:16:29.6349822+00:00",
"PrimaryContactId": "5fb4fe35-cd89-45c5-b883-60ed0fa09a13",
"SessionStripeId": "sample string 16",
"LocationName": "sample string 17"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Stripe| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionStripeId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SessionStripeId": "sample string 1"
}