Commit a6df181 1 parent 64bbe22 commit a6df181 Copy full SHA for a6df181
File tree 3 files changed +17
-10
lines changed
Src/Apps/Exchange/Ws.PalychExchangeApi
3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 3
3
namespace Ws . PalychExchangeApi . Features . Pallets . Dto ;
4
4
5
5
6
- [ XmlRoot ( ElementName = "Pallet " ) ]
6
+ [ XmlRoot ( ElementName = "PalletType " ) ]
7
7
public class PalletUpdateWrapper
8
8
{
9
9
[ XmlElement ( ElementName = "Record" ) ]
Original file line number Diff line number Diff line change
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 number Diff line number Diff line change 1
1
{
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
+ }
11
11
}
You can’t perform that action at this time.
0 commit comments