Skip to content

Commit a6df181

Browse files
committed
FIX: PalletUpdateWrapper - Ws.Palych.Exchange.Api
1 parent 64bbe22 commit a6df181

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

Src/Apps/Exchange/Ws.PalychExchangeApi/Features/Pallets/Dto/PalletUpdateDto.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Ws.PalychExchangeApi.Features.Pallets.Dto;
44

55

6-
[XmlRoot(ElementName = "Pallet")]
6+
[XmlRoot(ElementName = "PalletType")]
77
public class PalletUpdateWrapper
88
{
99
[XmlElement(ElementName = "Record")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
POST {{url}}/pallets/update
2+
Content-Type: application/xml
3+
4+
<?xml version="1.0" encoding="UTF-8"?>
5+
<PalletType xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
6+
<Record Number="001744197" IsShipped="false" IsDeleted="false"/>
7+
</PalletType>
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"local": {
3-
"url": "https://localhost:7298"
4-
},
5-
"dev": {
6-
"url": "https://palych-exchange-dev.kolbasa-vs.local"
7-
},
8-
"prod": {
9-
"url": "https://palych-exchange.kolbasa-vs.local"
10-
}
2+
"local": {
3+
"url": "https://localhost:7298"
4+
},
5+
"dev": {
6+
"url": "https://scales-api-dev.kolbasa-vs.local/api/exchange"
7+
},
8+
"prod": {
9+
"url": "https://palych-exchange.kolbasa-vs.local"
10+
}
1111
}

0 commit comments

Comments
 (0)