GET api/{apiVersion}/Customer/GetIdMissionContractDocument

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfString
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

string

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": "sample string 3",
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}