POST api/Supplier/SaveCIL
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
CIL | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ClientName": "sample string 1", "Mobile": "sample string 2", "InterestedModelId": 3, "ClientLocationId": 4, "CLientQualty": 5, "BrokerSalesAgent": "sample string 6", "BrokerSalesAgentId": 7, "BrokerCompanyName": "sample string 8", "BrokerCompanyId": 9, "BrokerSalesAgentMobile": "sample string 10", "BrokerEmail": "sample string 11", "AcountMangerEmpId": 12, "CustomerSourseId": 13, "NextFollowupDate": "2025-01-13T23:32:16.5178802+02:00", "TypeFollowupId": 15, "LeadId": 16, "Location": "sample string 17", "Attachment": "sample string 18", "Notes": "sample string 19", "RejectReason": "sample string 20", "PotintialId": 21, "PrimarySourceId": 1, "Status": 22, "InterestedModelName": "sample string 23", "ClientLocationName": "sample string 24", "AcountMangerEmpName": "sample string 25", "CustomerSourseName": "sample string 26", "TypeFollowupName": "sample string 27", "RequestStatusName": "sample string 28", "PrimarySourceName": "sample string 29", "Direction": "sample string 30", "TNId": "sample string 31", "BrokerId": 32, "Details": "sample string 33", "CreatedEmpId": 1, "CreatedDate": "2025-01-13T23:32:16.5198802+02:00", "UpdatedEmpId": 1, "UpdatedDate": "2025-01-13T23:32:16.5198802+02:00", "DeletedEmpId": 1, "DeletedDate": "2025-01-13T23:32:16.5198802+02:00", "IsDeleted": true, "Id": 35 }
application/xml, text/xml
Sample:
<SP_CLIS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>35</Id> <CreatedDate>2025-01-13T23:32:16.5198802+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-01-13T23:32:16.5198802+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-01-13T23:32:16.5198802+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <AcountMangerEmpId>12</AcountMangerEmpId> <AcountMangerEmpName>sample string 25</AcountMangerEmpName> <Attachment>sample string 18</Attachment> <BrokerCompanyId>9</BrokerCompanyId> <BrokerCompanyName>sample string 8</BrokerCompanyName> <BrokerEmail>sample string 11</BrokerEmail> <BrokerId>32</BrokerId> <BrokerSalesAgent>sample string 6</BrokerSalesAgent> <BrokerSalesAgentId>7</BrokerSalesAgentId> <BrokerSalesAgentMobile>sample string 10</BrokerSalesAgentMobile> <CLientQualty>5</CLientQualty> <ClientLocationId>4</ClientLocationId> <ClientLocationName>sample string 24</ClientLocationName> <ClientName>sample string 1</ClientName> <CustomerSourseId>13</CustomerSourseId> <CustomerSourseName>sample string 26</CustomerSourseName> <Details>sample string 33</Details> <Direction>sample string 30</Direction> <InterestedModelId>3</InterestedModelId> <InterestedModelName>sample string 23</InterestedModelName> <LeadId>16</LeadId> <Location>sample string 17</Location> <Mobile>sample string 2</Mobile> <NextFollowupDate>2025-01-13T23:32:16.5178802+02:00</NextFollowupDate> <Notes>sample string 19</Notes> <PotintialId>21</PotintialId> <PrimarySourceId>1</PrimarySourceId> <PrimarySourceName>sample string 29</PrimarySourceName> <RejectReason>sample string 20</RejectReason> <RequestStatusName>sample string 28</RequestStatusName> <Status>22</Status> <TNId>sample string 31</TNId> <TypeFollowupId>15</TypeFollowupId> <TypeFollowupName>sample string 27</TypeFollowupName> </SP_CLIS>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Result": true, "ErrorMessage": "sample string 2" }
application/xml, text/xml
Sample:
<General_Errors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus"> <ErrorMessage>sample string 2</ErrorMessage> <Result>true</Result> </General_Errors>