GET request/contract/pending

Pending Submitted to Suppliers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PendingContractSubmittedtoSupplier
NameDescriptionTypeAdditional information
BrandID

integer

None.

BrandName

string

None.

InstantContractDetailId

integer

None.

InstantContractId

integer

None.

ParentCompanyID

integer

None.

ProductID

byte

None.

SupplierId

byte

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "instantContractId": 1,
    "instantContractDetailId": 2,
    "supplierId": 64,
    "userId": 3,
    "productID": 64,
    "parentCompanyID": 1,
    "brandID": 5,
    "brandName": "sample string 6"
  },
  {
    "instantContractId": 1,
    "instantContractDetailId": 2,
    "supplierId": 64,
    "userId": 3,
    "productID": 64,
    "parentCompanyID": 1,
    "brandID": 5,
    "brandName": "sample string 6"
  }
]

text/html

Sample:
[{"instantContractId":1,"instantContractDetailId":2,"supplierId":64,"userId":3,"productID":64,"parentCompanyID":1,"brandID":5,"brandName":"sample string 6"},{"instantContractId":1,"instantContractDetailId":2,"supplierId":64,"userId":3,"productID":64,"parentCompanyID":1,"brandID":5,"brandName":"sample string 6"}]

application/xml, text/xml

Sample:
<ArrayOfPendingContractSubmittedtoSupplier xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCSCommercialAPI.Models.CustomerUpdate">
  <PendingContractSubmittedtoSupplier>
    <BrandID>5</BrandID>
    <BrandName>sample string 6</BrandName>
    <InstantContractDetailId>2</InstantContractDetailId>
    <InstantContractId>1</InstantContractId>
    <ParentCompanyID>1</ParentCompanyID>
    <ProductID>64</ProductID>
    <SupplierId>64</SupplierId>
    <UserId>3</UserId>
  </PendingContractSubmittedtoSupplier>
  <PendingContractSubmittedtoSupplier>
    <BrandID>5</BrandID>
    <BrandName>sample string 6</BrandName>
    <InstantContractDetailId>2</InstantContractDetailId>
    <InstantContractId>1</InstantContractId>
    <ParentCompanyID>1</ParentCompanyID>
    <ProductID>64</ProductID>
    <SupplierId>64</SupplierId>
    <UserId>3</UserId>
  </PendingContractSubmittedtoSupplier>
</ArrayOfPendingContractSubmittedtoSupplier>