From 559f2d887edb7c71634c06a5c09764a4785d0fc4 Mon Sep 17 00:00:00 2001 From: Sorin Ene Date: Mon, 30 Aug 2021 14:38:24 +0300 Subject: [PATCH] new documentation json --- plentymarkets/.DS_Store | Bin 0 -> 6148 bytes .../openApiV2/openApiV2WithExamples.min.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 plentymarkets/.DS_Store diff --git a/plentymarkets/.DS_Store b/plentymarkets/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..d34d27f3eb5fdeaa77d0ef2f33f0adff7c4af9b3 GIT binary patch literal 6148 zcmeHK%Sr=55Ue&iM7-pfbk|Hz z*DPCy?QHhlTbUgALB1BUPX z*WvjvJm$^ksme+LDIf);fE17dzfiz?FKuy^s3--bfE4&rz`qZT?$`^*#Q1bD#0Wr~ zGabft%o4=r31TlC6Pck|Qi(~m8Zj*C%(trRg=1pUVKsbMJ=tnPv3NS~Z&42GiHcG{ z3Y;o1%k9$p|Cav4{C`T)P6|kYf2DxUH@nT6uT;Ht@^ap58~vW{H6L_0u7ko5?U)$t hm>X}$t0>C4=4+n!!Z9)E%m\n
  • character = The debtor accounts are selected based on the first character of customer information. The information and the order of the information that will be used are defined with the sequence. There are 3 different sequences available.<\/li>\n
  • payment = The debtor accounts are selected based on the payment method.<\/li>\n
  • country = The debtor accounts are selected based on the country of delivery.<\/li>\n
  • country_payment = The debtor accounts are selected based on two criteria. The first criteria is the country and if the country is same as the country of the accounting location then the payment method is used to select the deptor account.<\/li>\n <\/ul>","format":"string","in":"path"}]}},"\/rest\/accounting\/locations\/{locationId}\/posting_accounts":{"get":{"summary":"Get posting accounts by locationId","description":"Get all posting accounts by locationId.","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#\/definitions\/PostingAccounts"}}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"locationId","type":"integer","required":true,"description":"The ID of the accounting location.","format":"integer","in":"path"}]}},"\/rest\/accounting\/locations\/{locationId}\/posting_key_configurations":{"get":{"summary":"Get a posting key configuration of an accounting location","description":"Gets a posting key configuration of an accounting location. The ID of the accounting location has to be specified. The posting key configuration can contain up to 4 posting keys.","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#\/definitions\/PostingKeyConfiguration"}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"locationId","type":"integer","required":true,"description":"The ID of the accounting location.","format":"integer","in":"path"}]}},"\/rest\/accounting\/locations\/{locationId}\/revenue_account_configurations":{"get":{"summary":"Get the revenue account configuration of an accounting location","description":"Gets the revenue account configuration of an accounting location. A revenue account location configuration contains several revenue accounts. The ID of the accounting location has to be specified.","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#\/definitions\/RevenueAccountLocationConfiguration"}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"locationId","type":"integer","required":true,"description":"The ID of the accounting location.","format":"integer","in":"path"}]}},"\/rest\/accounting\/locations\/{locationId}\/settings":{"get":{"summary":"Get accounting location settings","description":"Gets accounting location settings. The ID of the accounting location must be specified.","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#\/definitions\/AccountingLocationSettings"}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"locationId","type":"integer","required":true,"description":"The ID of the accounting location","format":"integer","in":"path"}]}},"\/rest\/accounting\/locations\/{locationId}\/{type}\/posting_accounts":{"get":{"summary":"Get posting accounts by locationId and type","description":"Get all posting accounts by locationId and type.","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#\/definitions\/PostingAccounts"}}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"locationId","type":"integer","required":true,"description":"The ID of the accounting location.","format":"integer","in":"path"},{"name":"type","type":"string","required":true,"description":"The type of the PostingAccount.","format":"string","in":"path"}]}},"\/rest\/accounting\/locations\/{webstoreId}\/{countryId}\/posting_accounts":{"get":{"summary":"Get posting accounts by country and webstore","description":"Get all posting accounts for a country of a webstore.","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#\/definitions\/PostingAccounts"}}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"countryId","type":"integer","required":true,"description":"The ID of the country","format":"integer","in":"path"},{"name":"$webstoreId","type":"integer","required":true,"description":"The ID of the webstore","format":"integer","in":"query"},{"name":"webstoreId","type":"integer","required":true,"description":"","format":"integer","in":"path"}]}},"\/rest\/accounting\/stores\/locations":{"get":{"summary":"List accounting locations","description":"List all accounting locations","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#\/definitions\/AccountingLocation"}}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}}}},"\/rest\/accounting\/stores\/{plentyId}\/locations":{"get":{"summary":"List accounting locations of a client","description":"Lists accounting locations of a client. The plenty ID of the client must be specified.","tags":["Accounting"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"type":"array","items":{"$ref":"#\/definitions\/AccountingLocation"}},"examples":{"application\/json":[{"id":3,"name":"Italy","countryId":15,"clientId":0,"plentyId":183},{"id":7,"name":"France","countryId":10,"clientId":0,"plentyId":183}]}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"plentyId","type":"integer","required":true,"description":"","format":"integer","in":"path"}]}},"\/rest\/accounts":{"get":{"summary":"List accounts","description":"Lists all accounts.","tags":["Account"],"security":[{"oAuth2":[]}],"responses":{"200":{"description":"OK","schema":{"$ref":"#\/definitions\/Collection"}},"401":{"description":"The resource owner or authorization server denied the request. - The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. Check the \"access token\" parameter."}},"parameters":[{"name":"updatedAt","type":"string","required":false,"description":"Filter that restricts the search result to accounts that were updated according to given filters.\n
    Usage: