GET api/Supplier?masterId={masterId}&modifiedOnDate={modifiedOnDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| masterId | integer |
Required |
|
| modifiedOnDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SupplierApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Suppliers | Collection of SupplierApi |
None. |
|
| RequestStatus | RequestStatus |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RequestStatus>
<errormessage>sample string 1</errormessage>
<success>true</success>
<version>sample string 3</version>
</RequestStatus>
<suppliers>
<supplier>
<MasterId>2</MasterId>
<Name>sample string 3</Name>
<CsvTemplateName>sample string 4</CsvTemplateName>
<EmailAddress>sample string 5</EmailAddress>
<Address1>sample string 6</Address1>
<Address2>sample string 7</Address2>
<ContactName>sample string 8</ContactName>
<ContactEmail>sample string 9</ContactEmail>
<PostCode>sample string 10</PostCode>
<PhoneNo>sample string 11</PhoneNo>
<TownOrCity>sample string 12</TownOrCity>
<IsAttachedPdfToEmail>true</IsAttachedPdfToEmail>
<IsSendDailyEmail>true</IsSendDailyEmail>
<IsUseTrimbleWebDockets>true</IsUseTrimbleWebDockets>
<IsUseTrimbleWebConfirmations>true</IsUseTrimbleWebConfirmations>
<Status>true</Status>
<IsShowInWizard>true</IsShowInWizard>
<IsAllowedToRegrade>true</IsAllowedToRegrade>
<DocketCheckMethod>sample string 20</DocketCheckMethod>
<MessageUrl>sample string 21</MessageUrl>
<IsSendMessage>true</IsSendMessage>
<SupplierShortCode>sample string 23</SupplierShortCode>
<MaximumDocketLength>24</MaximumDocketLength>
<QuickCode>sample string 25</QuickCode>
<SourceChannel>sample string 26</SourceChannel>
<PromptForCrewText>true</PromptForCrewText>
<PrintDocketsWithExternalUpliftId>true</PrintDocketsWithExternalUpliftId>
<ManualFlowNoOfCopies>1</ManualFlowNoOfCopies>
<CreatedBy>sample string 29</CreatedBy>
<CreatedOn>2025-12-19T06:10:33.875742-06:00</CreatedOn>
<ModifiedBy>sample string 30</ModifiedBy>
<ModifiedOn>2025-12-19T06:10:33.875742-06:00</ModifiedOn>
<dataowner>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</dataowner>
</supplier>
<supplier>
<MasterId>2</MasterId>
<Name>sample string 3</Name>
<CsvTemplateName>sample string 4</CsvTemplateName>
<EmailAddress>sample string 5</EmailAddress>
<Address1>sample string 6</Address1>
<Address2>sample string 7</Address2>
<ContactName>sample string 8</ContactName>
<ContactEmail>sample string 9</ContactEmail>
<PostCode>sample string 10</PostCode>
<PhoneNo>sample string 11</PhoneNo>
<TownOrCity>sample string 12</TownOrCity>
<IsAttachedPdfToEmail>true</IsAttachedPdfToEmail>
<IsSendDailyEmail>true</IsSendDailyEmail>
<IsUseTrimbleWebDockets>true</IsUseTrimbleWebDockets>
<IsUseTrimbleWebConfirmations>true</IsUseTrimbleWebConfirmations>
<Status>true</Status>
<IsShowInWizard>true</IsShowInWizard>
<IsAllowedToRegrade>true</IsAllowedToRegrade>
<DocketCheckMethod>sample string 20</DocketCheckMethod>
<MessageUrl>sample string 21</MessageUrl>
<IsSendMessage>true</IsSendMessage>
<SupplierShortCode>sample string 23</SupplierShortCode>
<MaximumDocketLength>24</MaximumDocketLength>
<QuickCode>sample string 25</QuickCode>
<SourceChannel>sample string 26</SourceChannel>
<PromptForCrewText>true</PromptForCrewText>
<PrintDocketsWithExternalUpliftId>true</PrintDocketsWithExternalUpliftId>
<ManualFlowNoOfCopies>1</ManualFlowNoOfCopies>
<CreatedBy>sample string 29</CreatedBy>
<CreatedOn>2025-12-19T06:10:33.875742-06:00</CreatedOn>
<ModifiedBy>sample string 30</ModifiedBy>
<ModifiedOn>2025-12-19T06:10:33.875742-06:00</ModifiedOn>
<dataowner>
<Name>sample string 1</Name>
<Masterid>2</Masterid>
</dataowner>
</supplier>
</suppliers>
</response>