POST api/SignUp
Request Information
URI Parameters
None.
Body Parameters
SignUp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CustomerName | string |
None. |
|
| CompanyName | string |
None. |
|
| CompanyCode | string |
None. |
|
| Line1 | string |
None. |
|
| Line2 | string |
None. |
|
| City | string |
None. |
|
| County | string |
None. |
|
| PostCode | string |
None. |
|
| EmailAddress | string |
None. |
|
| Password | string |
None. |
|
| PhoneNumber | string |
None. |
|
| ParentId | integer |
None. |
|
| RoleId | integer |
None. |
|
| IsApproved | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| ImageName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"CustomerName": "sample string 4",
"CompanyName": "sample string 5",
"CompanyCode": "sample string 6",
"Line1": "sample string 7",
"Line2": "sample string 8",
"City": "sample string 9",
"County": "sample string 10",
"PostCode": "sample string 11",
"EmailAddress": "sample string 12",
"Password": "sample string 13",
"PhoneNumber": "sample string 14",
"ParentId": 1,
"RoleId": 15,
"IsApproved": true,
"IsActive": true,
"CreatedDate": "2025-12-16T01:06:04.3540107+00:00",
"CreatedBy": 1,
"LastModifiedDate": "2025-12-16T01:06:04.3540107+00:00",
"LastModifiedBy": 1,
"DeletedDate": "2025-12-16T01:06:04.3540107+00:00",
"DeletedBy": 1,
"ImageName": "sample string 19"
}
application/xml, text/xml
Sample:
<SignUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain"> <City>sample string 9</City> <CompanyCode>sample string 6</CompanyCode> <CompanyName>sample string 5</CompanyName> <County>sample string 10</County> <CreatedBy>1</CreatedBy> <CreatedDate>2025-12-16T01:06:04.3540107+00:00</CreatedDate> <CustomerName>sample string 4</CustomerName> <DeletedBy>1</DeletedBy> <DeletedDate>2025-12-16T01:06:04.3540107+00:00</DeletedDate> <EmailAddress>sample string 12</EmailAddress> <FirstName>sample string 2</FirstName> <Id>1</Id> <ImageName>sample string 19</ImageName> <IsActive>true</IsActive> <IsApproved>true</IsApproved> <LastModifiedBy>1</LastModifiedBy> <LastModifiedDate>2025-12-16T01:06:04.3540107+00:00</LastModifiedDate> <LastName>sample string 3</LastName> <Line1>sample string 7</Line1> <Line2>sample string 8</Line2> <ParentId>1</ParentId> <Password>sample string 13</Password> <PhoneNumber>sample string 14</PhoneNumber> <PostCode>sample string 11</PostCode> <RoleId>15</RoleId> </SignUp>
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.