GET api/InvoiceAdmin/GetCK?companyId={companyId}&token={token}&platformId={platformId}
“GetCK”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
companyId | “companyId”的文档。 |
Define this parameter in the request URI. |
token | “token”的文档。 |
Define this parameter in the request URI. |
platformId | “platformId”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Items": [ { "Id": 1, "Name": "sample string 2", "Status": true }, { "Id": 1, "Name": "sample string 2", "Status": true }, { "Id": 1, "Name": "sample string 2", "Status": true } ], "Success": 1, "Message": "sample string 2", "DataId": "sample string 3", "Uid": "sample string 4", "UserId": 5 }
application/xml, text/xml
Sample:
<DropDownListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin"> <DataId>sample string 3</DataId> <Message>sample string 2</Message> <Success>1</Success> <Uid>sample string 4</Uid> <UserId>5</UserId> <Items> <DropDowItemModel> <Id>1</Id> <Name>sample string 2</Name> <Status>true</Status> </DropDowItemModel> <DropDowItemModel> <Id>1</Id> <Name>sample string 2</Name> <Status>true</Status> </DropDowItemModel> <DropDowItemModel> <Id>1</Id> <Name>sample string 2</Name> <Status>true</Status> </DropDowItemModel> </Items> </DropDownListModel>