POST Pudo/SaveSignUpdetails
Request Information
URI Parameters
None.
Body Parameters
Shop| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopID | integer |
None. |
|
| ShopName | string |
None. |
|
| ShopNameEn | string |
None. |
|
| ShopCode | string |
None. |
|
| ShopPhone | string |
None. |
|
| string |
None. |
||
| ContactName | string |
None. |
|
| ContactPhone | string |
None. |
|
| ZoneID | integer |
None. |
|
| ZoneName | string |
None. |
|
| StreetID | integer |
None. |
|
| StreetName | string |
None. |
|
| StreetNo | integer |
None. |
|
| ShopSize | integer |
None. |
|
| ShopCapacity | integer |
None. |
|
| PayPerPackage | decimal number |
None. |
|
| HowRecruited | string |
None. |
|
| TermsAgreement | boolean |
None. |
|
| PhoneVerification | boolean |
None. |
|
| VerificationShortURL | globally unique identifier |
None. |
|
| Password | string |
None. |
|
| Lat | decimal number |
None. |
|
| Lon | decimal number |
None. |
|
| IsActive | boolean |
None. |
|
| HomeBaseID | integer |
None. |
|
| ContractorID | integer |
None. |
|
| ContractorInternalID | decimal number |
None. |
|
| AutoSchedule | boolean |
None. |
|
| HomeBaseName | string |
None. |
|
| IsApproved | boolean |
None. |
|
| RouteNo | string |
None. |
|
| ActivityDaysAndHours | Collection of ActivityDaysAndHours |
None. |
|
| SpecialComments | string |
None. |
|
| IsLeft | boolean |
None. |
|
| IsCollection | boolean |
None. |
|
| ReceiverID | string |
None. |
|
| OCDelay | integer |
None. |
|
| DefaultZone | boolean |
None. |
|
| PostalCode | integer |
None. |
|
| ConsignmentsCount | integer |
None. |
|
| StartRecordDT | date |
None. |
|
| EndRecordDT | date |
None. |
|
| RecordDT | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopID": 1,
"ShopName": "sample string 2",
"ShopNameEn": "sample string 3",
"ShopCode": "sample string 4",
"ShopPhone": "sample string 5",
"Email": "sample string 6",
"ContactName": "sample string 7",
"ContactPhone": "sample string 8",
"ZoneID": 9,
"ZoneName": "sample string 10",
"StreetID": 11,
"StreetName": "sample string 12",
"StreetNo": 13,
"ShopSize": 14,
"ShopCapacity": 15,
"PayPerPackage": 16.0,
"HowRecruited": "sample string 17",
"TermsAgreement": true,
"PhoneVerification": true,
"VerificationShortURL": "f00d16d7-6420-45aa-aa4b-b82ab89a4246",
"Password": "sample string 20",
"Lat": 21.1,
"Lon": 22.1,
"IsActive": true,
"HomeBaseID": 24,
"ContractorID": 25,
"ContractorInternalID": 26.0,
"AutoSchedule": true,
"HomeBaseName": "sample string 28",
"IsApproved": true,
"RouteNo": "sample string 30",
"ActivityDaysAndHours": null,
"SpecialComments": "sample string 31",
"IsLeft": true,
"IsCollection": true,
"ReceiverID": "sample string 34",
"OCDelay": 35,
"DefaultZone": true,
"PostalCode": 37,
"ConsignmentsCount": 38,
"StartRecordDT": "2025-11-03T17:13:15.765565+02:00",
"EndRecordDT": "2025-11-03T17:13:15.765565+02:00",
"RecordDT": "2025-11-03T17:13:15.765565+02:00"
}
application/xml, text/xml
Sample:
<Shop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMSWebAPIBL.Models"> <ActivityDaysAndHours i:nil="true" /> <AutoSchedule>true</AutoSchedule> <ConsignmentsCount>38</ConsignmentsCount> <ContactName>sample string 7</ContactName> <ContactPhone>sample string 8</ContactPhone> <ContractorID>25</ContractorID> <ContractorInternalID>26</ContractorInternalID> <DefaultZone>true</DefaultZone> <Email>sample string 6</Email> <EndRecordDT>2025-11-03T17:13:15.765565+02:00</EndRecordDT> <HomeBaseID>24</HomeBaseID> <HomeBaseName>sample string 28</HomeBaseName> <HowRecruited>sample string 17</HowRecruited> <IsActive>true</IsActive> <IsApproved>true</IsApproved> <IsCollection>true</IsCollection> <IsLeft>true</IsLeft> <Lat>21.1</Lat> <Lon>22.1</Lon> <OCDelay>35</OCDelay> <Password>sample string 20</Password> <PayPerPackage>16</PayPerPackage> <PhoneVerification>true</PhoneVerification> <PostalCode>37</PostalCode> <ReceiverID>sample string 34</ReceiverID> <RecordDT>2025-11-03T17:13:15.765565+02:00</RecordDT> <RouteNo>sample string 30</RouteNo> <ShopCapacity>15</ShopCapacity> <ShopCode>sample string 4</ShopCode> <ShopID>1</ShopID> <ShopName>sample string 2</ShopName> <ShopNameEn>sample string 3</ShopNameEn> <ShopPhone>sample string 5</ShopPhone> <ShopSize>14</ShopSize> <SpecialComments>sample string 31</SpecialComments> <StartRecordDT>2025-11-03T17:13:15.765565+02:00</StartRecordDT> <StreetID>11</StreetID> <StreetName>sample string 12</StreetName> <StreetNo>13</StreetNo> <TermsAgreement>true</TermsAgreement> <VerificationShortURL>f00d16d7-6420-45aa-aa4b-b82ab89a4246</VerificationShortURL> <ZoneID>9</ZoneID> <ZoneName>sample string 10</ZoneName> </Shop>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.