POST api/Agents/DeleteMyUMCompany
Request Information
URI Parameters
None.
Body Parameters
ExternalAgentCompanyName | Description | Type | Additional information |
---|---|---|---|
EACompanyID | integer |
None. |
|
MinistryLicenseNumber | integer |
None. |
|
CompanyName | string |
None. |
|
IsDefaultCompany | string |
None. |
|
ContactPhone | string |
None. |
|
AgencyEmail | string |
None. |
|
AgentID | integer |
None. |
|
CompanyType | integer |
None. |
|
PartnerCompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "EACompanyID": 1, "MinistryLicenseNumber": 2, "CompanyName": "sample string 3", "IsDefaultCompany": "sample string 4", "ContactPhone": "sample string 5", "AgencyEmail": "sample string 6", "AgentID": 7, "CompanyType": 8, "PartnerCompanyID": 9 }
application/xml, text/xml
Sample:
<AgentsController.ExternalAgentCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheZowarAPI.Controllers"> <AgencyEmail>sample string 6</AgencyEmail> <AgentID>7</AgentID> <CompanyName>sample string 3</CompanyName> <CompanyType>8</CompanyType> <ContactPhone>sample string 5</ContactPhone> <EACompanyID>1</EACompanyID> <IsDefaultCompany>sample string 4</IsDefaultCompany> <MinistryLicenseNumber>2</MinistryLicenseNumber> <PartnerCompanyID>9</PartnerCompanyID> </AgentsController.ExternalAgentCompany>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />