POST api/CompanyReg
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| contact | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"LastName": "sample string 2",
"MidName": "sample string 3",
"CompanyName": "sample string 4",
"Email": "sample string 5",
"Phone": "sample string 6"
}
text/xml
Sample:
<SaveCmpReg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAPI.DataAPI.Models"> <CompanyName>sample string 4</CompanyName> <Email>sample string 5</Email> <FirstName>sample string 1</FirstName> <LastName>sample string 2</LastName> <MidName>sample string 3</MidName> <Phone>sample string 6</Phone> </SaveCmpReg>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />