POST api/SDWorkAuthorization
Request Information
URI Parameters
None.
Body Parameters
Collection of SDWorkAuthorization| Name | Description | Type | Additional information |
|---|---|---|---|
| SolutionCodeSeqNum | integer |
None. |
|
| Rate | string |
None. |
|
| SDCallMasterId | string |
None. |
|
| SDServiceMasterId | string |
None. |
|
| SolutionCode | string |
None. |
|
| Description | string |
None. |
|
| ServiceType | string |
None. |
|
| TechNum | string |
None. |
|
| StandardRate | decimal number |
None. |
|
| ValueRate | decimal number |
None. |
|
| Quantity | decimal number |
None. |
|
| IsAddedInInvoice | boolean |
None. |
|
| IsAccepted | boolean |
None. |
|
| IsConvertedToRecmd | boolean |
None. |
|
| IsSalesCallBooked | boolean |
None. |
|
| ValuePricingType | string |
None. |
|
| StandardPricingType | string |
None. |
|
| MaterialPriceSheet | string |
None. |
|
| LaborPriceSheet | string |
None. |
|
| OtherPriceSheet | string |
None. |
|
| Comment | string |
None. |
|
| RecommendationId | string |
None. |
|
| UpdatedBy | string |
None. |
|
| WithAgreementRegularPrimary | decimal number |
None. |
|
| WithAgreementRegularSecondary | decimal number |
None. |
|
| WithAgreementOvertimePrimary | decimal number |
None. |
|
| WithAgreementOvertimeSecondary | decimal number |
None. |
|
| WithoutAgreementRegularPrimary | decimal number |
None. |
|
| WithoutAgreementRegularSecondary | decimal number |
None. |
|
| WithoutAgreementOvertimePrimary | decimal number |
None. |
|
| WithoutAgreementOvertimeSecondary | decimal number |
None. |
|
| PricingBuckets | Collection of PricingBucket |
None. |
|
| SolutionCodeDetails | SolutionCodeDetails |
None. |
|
| InvoiceSequenceNum | integer |
None. |
|
| WorkHours | decimal number |
None. |
|
| BillHours | decimal number |
None. |
|
| IsFlatRate | boolean |
None. |
|
| IsSalesAmountZero | boolean |
None. |
|
| InvoiceNum | string |
None. |
|
| Equipments | Collection of WorkAuthEquipment |
None. |
|
| ServiceMasterEmailId | string |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SolutionCodeSeqNum": 1,
"Rate": "sample string 2",
"SDCallMasterId": "sample string 3",
"SDServiceMasterId": "sample string 4",
"SolutionCode": "sample string 5",
"Description": "sample string 6",
"ServiceType": "sample string 7",
"TechNum": "sample string 8",
"StandardRate": 9.0,
"ValueRate": 10.0,
"Quantity": 11.0,
"IsAddedInInvoice": true,
"IsAccepted": true,
"IsConvertedToRecmd": true,
"IsSalesCallBooked": true,
"ValuePricingType": "sample string 16",
"StandardPricingType": "sample string 17",
"MaterialPriceSheet": "sample string 18",
"LaborPriceSheet": "sample string 19",
"OtherPriceSheet": "sample string 20",
"Comment": "sample string 21",
"RecommendationId": "sample string 22",
"UpdatedBy": "sample string 23",
"WithAgreementRegularPrimary": 24.0,
"WithAgreementRegularSecondary": 25.0,
"WithAgreementOvertimePrimary": 26.0,
"WithAgreementOvertimeSecondary": 27.0,
"WithoutAgreementRegularPrimary": 28.0,
"WithoutAgreementRegularSecondary": 29.0,
"WithoutAgreementOvertimePrimary": 30.0,
"WithoutAgreementOvertimeSecondary": 31.0,
"PricingBuckets": [
{
"PricingType": "sample string 1",
"PricingTypeSeqNum": 2
},
{
"PricingType": "sample string 1",
"PricingTypeSeqNum": 2
}
],
"SolutionCodeDetails": {
"WithAgreementOvertimePrimary": 1.0,
"WithAgreementOvertimeSecondary": 2.0,
"WithAgreementRegularPrimary": 3.0,
"WithAgreementRegularSecondary": 4.0,
"WithoutAgreementOvertimePrimary": 5.0,
"WithoutAgreementOvertimeSecondary": 6.0,
"WithoutAgreementRegularPrimary": 7.0,
"WithoutAgreementRegularSecondary": 8.0
},
"InvoiceSequenceNum": 32,
"WorkHours": 33.0,
"BillHours": 34.0,
"IsFlatRate": true,
"IsSalesAmountZero": true,
"InvoiceNum": "sample string 37",
"Equipments": [
{
"SerialNo": "sample string 1",
"Manufacturer": "sample string 2",
"Model": "sample string 3"
},
{
"SerialNo": "sample string 1",
"Manufacturer": "sample string 2",
"Model": "sample string 3"
}
],
"ServiceMasterEmailId": "sample string 38",
"AccountId": 39,
"CompanyId": "sample string 40",
"CreatedBy": "sample string 41",
"CreatedOn": "2025-12-16T16:34:38.7050265+00:00"
},
{
"SolutionCodeSeqNum": 1,
"Rate": "sample string 2",
"SDCallMasterId": "sample string 3",
"SDServiceMasterId": "sample string 4",
"SolutionCode": "sample string 5",
"Description": "sample string 6",
"ServiceType": "sample string 7",
"TechNum": "sample string 8",
"StandardRate": 9.0,
"ValueRate": 10.0,
"Quantity": 11.0,
"IsAddedInInvoice": true,
"IsAccepted": true,
"IsConvertedToRecmd": true,
"IsSalesCallBooked": true,
"ValuePricingType": "sample string 16",
"StandardPricingType": "sample string 17",
"MaterialPriceSheet": "sample string 18",
"LaborPriceSheet": "sample string 19",
"OtherPriceSheet": "sample string 20",
"Comment": "sample string 21",
"RecommendationId": "sample string 22",
"UpdatedBy": "sample string 23",
"WithAgreementRegularPrimary": 24.0,
"WithAgreementRegularSecondary": 25.0,
"WithAgreementOvertimePrimary": 26.0,
"WithAgreementOvertimeSecondary": 27.0,
"WithoutAgreementRegularPrimary": 28.0,
"WithoutAgreementRegularSecondary": 29.0,
"WithoutAgreementOvertimePrimary": 30.0,
"WithoutAgreementOvertimeSecondary": 31.0,
"PricingBuckets": [
{
"PricingType": "sample string 1",
"PricingTypeSeqNum": 2
},
{
"PricingType": "sample string 1",
"PricingTypeSeqNum": 2
}
],
"SolutionCodeDetails": {
"WithAgreementOvertimePrimary": 1.0,
"WithAgreementOvertimeSecondary": 2.0,
"WithAgreementRegularPrimary": 3.0,
"WithAgreementRegularSecondary": 4.0,
"WithoutAgreementOvertimePrimary": 5.0,
"WithoutAgreementOvertimeSecondary": 6.0,
"WithoutAgreementRegularPrimary": 7.0,
"WithoutAgreementRegularSecondary": 8.0
},
"InvoiceSequenceNum": 32,
"WorkHours": 33.0,
"BillHours": 34.0,
"IsFlatRate": true,
"IsSalesAmountZero": true,
"InvoiceNum": "sample string 37",
"Equipments": [
{
"SerialNo": "sample string 1",
"Manufacturer": "sample string 2",
"Model": "sample string 3"
},
{
"SerialNo": "sample string 1",
"Manufacturer": "sample string 2",
"Model": "sample string 3"
}
],
"ServiceMasterEmailId": "sample string 38",
"AccountId": 39,
"CompanyId": "sample string 40",
"CreatedBy": "sample string 41",
"CreatedOn": "2025-12-16T16:34:38.7050265+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfSDWorkAuthorization xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
<SDWorkAuthorization>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">39</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 40</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 41</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T16:34:38.7050265+00:00</CreatedOn>
<BillHours>34</BillHours>
<Comment>sample string 21</Comment>
<Description>sample string 6</Description>
<Equipments>
<WorkAuthEquipment>
<Manufacturer>sample string 2</Manufacturer>
<Model>sample string 3</Model>
<SerialNo>sample string 1</SerialNo>
</WorkAuthEquipment>
<WorkAuthEquipment>
<Manufacturer>sample string 2</Manufacturer>
<Model>sample string 3</Model>
<SerialNo>sample string 1</SerialNo>
</WorkAuthEquipment>
</Equipments>
<InvoiceNum>sample string 37</InvoiceNum>
<InvoiceSequenceNum>32</InvoiceSequenceNum>
<IsAccepted>true</IsAccepted>
<IsAddedInInvoice>true</IsAddedInInvoice>
<IsConvertedToRecmd>true</IsConvertedToRecmd>
<IsFlatRate>true</IsFlatRate>
<IsSalesAmountZero>true</IsSalesAmountZero>
<IsSalesCallBooked>true</IsSalesCallBooked>
<LaborPriceSheet>sample string 19</LaborPriceSheet>
<MaterialPriceSheet>sample string 18</MaterialPriceSheet>
<OtherPriceSheet>sample string 20</OtherPriceSheet>
<PricingBuckets>
<PricingBucket>
<PricingType>sample string 1</PricingType>
<PricingTypeSeqNum>2</PricingTypeSeqNum>
</PricingBucket>
<PricingBucket>
<PricingType>sample string 1</PricingType>
<PricingTypeSeqNum>2</PricingTypeSeqNum>
</PricingBucket>
</PricingBuckets>
<Quantity>11</Quantity>
<Rate>sample string 2</Rate>
<RecommendationId>sample string 22</RecommendationId>
<SDCallMasterId>sample string 3</SDCallMasterId>
<SDServiceMasterId>sample string 4</SDServiceMasterId>
<ServiceMasterEmailId>sample string 38</ServiceMasterEmailId>
<ServiceType>sample string 7</ServiceType>
<SolutionCode>sample string 5</SolutionCode>
<SolutionCodeDetails>
<WithAgreementOvertimePrimary>1</WithAgreementOvertimePrimary>
<WithAgreementOvertimeSecondary>2</WithAgreementOvertimeSecondary>
<WithAgreementRegularPrimary>3</WithAgreementRegularPrimary>
<WithAgreementRegularSecondary>4</WithAgreementRegularSecondary>
<WithoutAgreementOvertimePrimary>5</WithoutAgreementOvertimePrimary>
<WithoutAgreementOvertimeSecondary>6</WithoutAgreementOvertimeSecondary>
<WithoutAgreementRegularPrimary>7</WithoutAgreementRegularPrimary>
<WithoutAgreementRegularSecondary>8</WithoutAgreementRegularSecondary>
</SolutionCodeDetails>
<SolutionCodeSeqNum>1</SolutionCodeSeqNum>
<StandardPricingType>sample string 17</StandardPricingType>
<StandardRate>9</StandardRate>
<TechNum>sample string 8</TechNum>
<UpdatedBy>sample string 23</UpdatedBy>
<ValuePricingType>sample string 16</ValuePricingType>
<ValueRate>10</ValueRate>
<WithAgreementOvertimePrimary>26</WithAgreementOvertimePrimary>
<WithAgreementOvertimeSecondary>27</WithAgreementOvertimeSecondary>
<WithAgreementRegularPrimary>24</WithAgreementRegularPrimary>
<WithAgreementRegularSecondary>25</WithAgreementRegularSecondary>
<WithoutAgreementOvertimePrimary>30</WithoutAgreementOvertimePrimary>
<WithoutAgreementOvertimeSecondary>31</WithoutAgreementOvertimeSecondary>
<WithoutAgreementRegularPrimary>28</WithoutAgreementRegularPrimary>
<WithoutAgreementRegularSecondary>29</WithoutAgreementRegularSecondary>
<WorkHours>33</WorkHours>
</SDWorkAuthorization>
<SDWorkAuthorization>
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">39</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 40</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 41</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T16:34:38.7050265+00:00</CreatedOn>
<BillHours>34</BillHours>
<Comment>sample string 21</Comment>
<Description>sample string 6</Description>
<Equipments>
<WorkAuthEquipment>
<Manufacturer>sample string 2</Manufacturer>
<Model>sample string 3</Model>
<SerialNo>sample string 1</SerialNo>
</WorkAuthEquipment>
<WorkAuthEquipment>
<Manufacturer>sample string 2</Manufacturer>
<Model>sample string 3</Model>
<SerialNo>sample string 1</SerialNo>
</WorkAuthEquipment>
</Equipments>
<InvoiceNum>sample string 37</InvoiceNum>
<InvoiceSequenceNum>32</InvoiceSequenceNum>
<IsAccepted>true</IsAccepted>
<IsAddedInInvoice>true</IsAddedInInvoice>
<IsConvertedToRecmd>true</IsConvertedToRecmd>
<IsFlatRate>true</IsFlatRate>
<IsSalesAmountZero>true</IsSalesAmountZero>
<IsSalesCallBooked>true</IsSalesCallBooked>
<LaborPriceSheet>sample string 19</LaborPriceSheet>
<MaterialPriceSheet>sample string 18</MaterialPriceSheet>
<OtherPriceSheet>sample string 20</OtherPriceSheet>
<PricingBuckets>
<PricingBucket>
<PricingType>sample string 1</PricingType>
<PricingTypeSeqNum>2</PricingTypeSeqNum>
</PricingBucket>
<PricingBucket>
<PricingType>sample string 1</PricingType>
<PricingTypeSeqNum>2</PricingTypeSeqNum>
</PricingBucket>
</PricingBuckets>
<Quantity>11</Quantity>
<Rate>sample string 2</Rate>
<RecommendationId>sample string 22</RecommendationId>
<SDCallMasterId>sample string 3</SDCallMasterId>
<SDServiceMasterId>sample string 4</SDServiceMasterId>
<ServiceMasterEmailId>sample string 38</ServiceMasterEmailId>
<ServiceType>sample string 7</ServiceType>
<SolutionCode>sample string 5</SolutionCode>
<SolutionCodeDetails>
<WithAgreementOvertimePrimary>1</WithAgreementOvertimePrimary>
<WithAgreementOvertimeSecondary>2</WithAgreementOvertimeSecondary>
<WithAgreementRegularPrimary>3</WithAgreementRegularPrimary>
<WithAgreementRegularSecondary>4</WithAgreementRegularSecondary>
<WithoutAgreementOvertimePrimary>5</WithoutAgreementOvertimePrimary>
<WithoutAgreementOvertimeSecondary>6</WithoutAgreementOvertimeSecondary>
<WithoutAgreementRegularPrimary>7</WithoutAgreementRegularPrimary>
<WithoutAgreementRegularSecondary>8</WithoutAgreementRegularSecondary>
</SolutionCodeDetails>
<SolutionCodeSeqNum>1</SolutionCodeSeqNum>
<StandardPricingType>sample string 17</StandardPricingType>
<StandardRate>9</StandardRate>
<TechNum>sample string 8</TechNum>
<UpdatedBy>sample string 23</UpdatedBy>
<ValuePricingType>sample string 16</ValuePricingType>
<ValueRate>10</ValueRate>
<WithAgreementOvertimePrimary>26</WithAgreementOvertimePrimary>
<WithAgreementOvertimeSecondary>27</WithAgreementOvertimeSecondary>
<WithAgreementRegularPrimary>24</WithAgreementRegularPrimary>
<WithAgreementRegularSecondary>25</WithAgreementRegularSecondary>
<WithoutAgreementOvertimePrimary>30</WithoutAgreementOvertimePrimary>
<WithoutAgreementOvertimeSecondary>31</WithoutAgreementOvertimeSecondary>
<WithoutAgreementRegularPrimary>28</WithoutAgreementRegularPrimary>
<WithoutAgreementRegularSecondary>29</WithoutAgreementRegularSecondary>
<WorkHours>33</WorkHours>
</SDWorkAuthorization>
</ArrayOfSDWorkAuthorization>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />