POST api/SRAI/ScribeRyteAIRegisterProvider
Request Information
URI Parameters
None.
Body Parameters
PaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Plan | integer |
None. |
|
| SelfregisteredProviderId | integer |
None. |
|
| ReceiveContactEmail | boolean |
None. |
|
| ReceiveProviderEmail | boolean |
None. |
|
| PlanName | string |
None. |
|
| Country | string |
None. |
|
| Holdername | string |
None. |
|
| Amount | decimal number |
None. |
|
| string |
None. |
||
| CardNumber | string |
None. |
|
| Exp_year | string |
None. |
|
| Exp_month | string |
None. |
|
| Cvc | string |
None. |
|
| ZIP | string |
None. |
|
| token | string |
None. |
|
| CustomerID | string |
None. |
|
| CreatedDate | date |
None. |
|
| PlanStartDate | date |
None. |
|
| PlanEndDate | date |
None. |
|
| Currency | string |
None. |
|
| DeclineReason | string |
None. |
|
| Description | string |
None. |
|
| TransactionID | string |
None. |
|
| ProviderFirstName | string |
None. |
|
| ProviderLastName | string |
None. |
|
| PracticeName | string |
None. |
|
| ProviderEmail | string |
None. |
|
| ContactEmail | string |
None. |
|
| CardType | string |
None. |
|
| StreetAddress | string |
None. |
|
| PostalCode | string |
None. |
|
| ProviderCountry | string |
None. |
|
| State | string |
None. |
|
| ContactNumber | string |
None. |
|
| ProcessingFee | string |
None. |
|
| PlanPrice | string |
None. |
|
| ExtraCharge | string |
None. |
|
| Duration | integer |
None. |
|
| StripeResponse | string |
None. |
|
| ProviderId | integer |
None. |
|
| ProviderName | string |
None. |
|
| Speciality | integer |
None. |
|
| TimeZoneId | integer |
None. |
|
| NPI | string |
None. |
|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| SpecialityId | integer |
None. |
|
| Password | string |
None. |
|
| ProviderService | string |
None. |
|
| Salutation | integer |
None. |
|
| Credential | integer |
None. |
|
| PlanSubscriptionType | string |
None. |
|
| FreePlan | boolean |
None. |
|
| Success | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"plan": 1,
"selfregisteredProviderId": 2,
"receiveContactEmail": true,
"receiveProviderEmail": true,
"planName": "sample string 5",
"country": "sample string 6",
"holdername": "sample string 7",
"amount": 8.0,
"email": "sample string 9",
"cardNumber": "sample string 10",
"exp_year": "sample string 11",
"exp_month": "sample string 12",
"cvc": "sample string 13",
"zip": "sample string 14",
"token": "sample string 15",
"customerID": "sample string 16",
"createdDate": "2026-03-02T00:41:50.1720423+00:00",
"planStartDate": "2026-03-02T00:41:50.1720423+00:00",
"planEndDate": "2026-03-02T00:41:50.1720423+00:00",
"currency": "sample string 20",
"declineReason": "sample string 21",
"description": "sample string 22",
"transactionID": "sample string 23",
"providerFirstName": "sample string 24",
"providerLastName": "sample string 25",
"practiceName": "sample string 26",
"providerEmail": "sample string 27",
"contactEmail": "sample string 28",
"cardType": "sample string 29",
"streetAddress": "sample string 30",
"postalCode": "sample string 31",
"providerCountry": "sample string 32",
"state": "sample string 33",
"contactNumber": "sample string 34",
"processingFee": "sample string 35",
"planPrice": "sample string 36",
"extraCharge": "sample string 37",
"duration": 38,
"stripeResponse": "sample string 39",
"providerId": 1,
"providerName": "sample string 40",
"speciality": 41,
"timeZoneId": 42,
"npi": "sample string 43",
"countryId": 44,
"stateId": 45,
"specialityId": 46,
"password": "sample string 47",
"providerService": "sample string 48",
"salutation": 49,
"credential": 50,
"planSubscriptionType": "sample string 51",
"freePlan": true,
"success": 53
}
application/xml, text/xml
Sample:
<PaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO"> <Amount>8</Amount> <CardNumber>sample string 10</CardNumber> <CardType>sample string 29</CardType> <ContactEmail>sample string 28</ContactEmail> <ContactNumber>sample string 34</ContactNumber> <Country>sample string 6</Country> <CountryId>44</CountryId> <CreatedDate>2026-03-02T00:41:50.1720423+00:00</CreatedDate> <Credential>50</Credential> <Currency>sample string 20</Currency> <CustomerID>sample string 16</CustomerID> <Cvc>sample string 13</Cvc> <DeclineReason>sample string 21</DeclineReason> <Description>sample string 22</Description> <Duration>38</Duration> <Email>sample string 9</Email> <Exp_month>sample string 12</Exp_month> <Exp_year>sample string 11</Exp_year> <ExtraCharge>sample string 37</ExtraCharge> <FreePlan>true</FreePlan> <Holdername>sample string 7</Holdername> <NPI>sample string 43</NPI> <Password>sample string 47</Password> <Plan>1</Plan> <PlanEndDate>2026-03-02T00:41:50.1720423+00:00</PlanEndDate> <PlanName>sample string 5</PlanName> <PlanPrice>sample string 36</PlanPrice> <PlanStartDate>2026-03-02T00:41:50.1720423+00:00</PlanStartDate> <PlanSubscriptionType>sample string 51</PlanSubscriptionType> <PostalCode>sample string 31</PostalCode> <PracticeName>sample string 26</PracticeName> <ProcessingFee>sample string 35</ProcessingFee> <ProviderCountry>sample string 32</ProviderCountry> <ProviderEmail>sample string 27</ProviderEmail> <ProviderFirstName>sample string 24</ProviderFirstName> <ProviderId>1</ProviderId> <ProviderLastName>sample string 25</ProviderLastName> <ProviderName>sample string 40</ProviderName> <ProviderService>sample string 48</ProviderService> <ReceiveContactEmail>true</ReceiveContactEmail> <ReceiveProviderEmail>true</ReceiveProviderEmail> <Salutation>49</Salutation> <SelfregisteredProviderId>2</SelfregisteredProviderId> <Speciality>41</Speciality> <SpecialityId>46</SpecialityId> <State>sample string 33</State> <StateId>45</StateId> <StreetAddress>sample string 30</StreetAddress> <StripeResponse>sample string 39</StripeResponse> <Success>53</Success> <TimeZoneId>42</TimeZoneId> <TransactionID>sample string 23</TransactionID> <ZIP>sample string 14</ZIP> <token>sample string 15</token> </PaymentRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.