POST Company/GetStatus

Request Information

URI Parameters

None.

Body Parameters

CompanyRequestModel
NameDescriptionTypeAdditional information
CompanyCommonIdentifier

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "<CompanyCommonIdentifier>k__BackingField": "c36223e2-7ed7-4562-bcf2-8519b342c3e2"
}

application/xml, text/xml

Sample:
<CompanyRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemAdmin.Messaging.RequestModels">
  <_x003C_CompanyCommonIdentifier_x003E_k__BackingField>c36223e2-7ed7-4562-bcf2-8519b342c3e2</_x003C_CompanyCommonIdentifier_x003E_k__BackingField>
</CompanyRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CompanyRequestModel'.

Response Information

Resource Description

CompanyStatusResponseModel
NameDescriptionTypeAdditional information
ExistsInSystemAdmin

boolean

None.

CompanyCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "<ExistsInSystemAdmin>k__BackingField": true,
  "<CompanyCode>k__BackingField": "sample string 2"
}

application/xml, text/xml

Sample:
<CompanyStatusResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemAdmin.Messaging.ResponseModels">
  <_x003C_CompanyCode_x003E_k__BackingField>sample string 2</_x003C_CompanyCode_x003E_k__BackingField>
  <_x003C_ExistsInSystemAdmin_x003E_k__BackingField>true</_x003C_ExistsInSystemAdmin_x003E_k__BackingField>
</CompanyStatusResponseModel>