GET api/Customer?masterId={masterId}&modifiedOnDate={modifiedOnDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
masterId

integer

Required

modifiedOnDate

string

Required

Body Parameters

None.

Response Information

Resource Description

CustomerApiResponse
NameDescriptionTypeAdditional information
Customers

Collection of CustomerApi

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>
  <customers>
    <customer>
      <Name>sample string 2</Name>
      <Address1>sample string 3</Address1>
      <Address2>sample string 4</Address2>
      <ContactName>sample string 5</ContactName>
      <ContactEmail>sample string 6</ContactEmail>
      <IsAttachedPdfToEmail>true</IsAttachedPdfToEmail>
      <IsSendMessage>true</IsSendMessage>
      <IsShowInWizard>true</IsShowInWizard>
      <PostCode>sample string 10</PostCode>
      <PhoneNo>sample string 11</PhoneNo>
      <TownOrCity>sample string 12</TownOrCity>
      <Status>true</Status>
      <MessageUrl>sample string 14</MessageUrl>
      <Code>sample string 15</Code>
      <CreatedOn>2025-12-19T06:07:00.9493155-06:00</CreatedOn>
      <CreatedBy>sample string 16</CreatedBy>
      <ModifiedBy>sample string 17</ModifiedBy>
      <ModifiedOn>2025-12-19T06:07:00.9493155-06:00</ModifiedOn>
      <MasterId>18</MasterId>
      <QuickCode>sample string 19</QuickCode>
      <SourceChannel>sample string 20</SourceChannel>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </customer>
    <customer>
      <Name>sample string 2</Name>
      <Address1>sample string 3</Address1>
      <Address2>sample string 4</Address2>
      <ContactName>sample string 5</ContactName>
      <ContactEmail>sample string 6</ContactEmail>
      <IsAttachedPdfToEmail>true</IsAttachedPdfToEmail>
      <IsSendMessage>true</IsSendMessage>
      <IsShowInWizard>true</IsShowInWizard>
      <PostCode>sample string 10</PostCode>
      <PhoneNo>sample string 11</PhoneNo>
      <TownOrCity>sample string 12</TownOrCity>
      <Status>true</Status>
      <MessageUrl>sample string 14</MessageUrl>
      <Code>sample string 15</Code>
      <CreatedOn>2025-12-19T06:07:00.9493155-06:00</CreatedOn>
      <CreatedBy>sample string 16</CreatedBy>
      <ModifiedBy>sample string 17</ModifiedBy>
      <ModifiedOn>2025-12-19T06:07:00.9493155-06:00</ModifiedOn>
      <MasterId>18</MasterId>
      <QuickCode>sample string 19</QuickCode>
      <SourceChannel>sample string 20</SourceChannel>
      <dataowner>
        <Name>sample string 1</Name>
        <Masterid>2</Masterid>
      </dataowner>
    </customer>
  </customers>
</response>